Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand Class / RangeActionsCommand Constructor / RangeActionsCommand Constructor(Worksheet,Reference[],ManipulationOptions)


In This Topic
    RangeActionsCommand Constructor(Worksheet,Reference[],ManipulationOptions)
    In This Topic
    Initializes a new instance of the RangeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference, _
       ByVal manipulationOptions As ManipulationOptions _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
    Dim manipulationOptions As ManipulationOptions
     
    Dim instance As New RangeActionsCommand(worksheet, references, manipulationOptions)

    Parameters

    worksheet
    references
    manipulationOptions
    See Also